home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / cad / vgacad27.zip / README.2ND < prev    next >
Text File  |  1991-09-25  |  10KB  |  207 lines

  1.  * The "/R" and "/P" and "/SL" command line options have been changed.
  2.    Please refer to the manual. "/R" and "/P" options are now the default
  3.    (ie., less memory utilization and palette BIOS).  See #4 below regarding
  4.    the "/SL" modifications and its effect on hardware disk caching.
  5.  
  6.    LAUNCHING MVGAVU AS A DOS APPLICATION UNDER WINDOWS 3.X
  7.  
  8.    Before implementing the following steps, please ensure that the
  9.    BRUN41.EXE file has access to your PATH or has been copied into the
  10.    \WINDOWS\SYSTEM sub-directory.  Also, make sure that a MOUSE driver
  11.    is initialized from your AUTOEXEC.BAT or CONFIG.SYS file (Windows 3.x
  12.    apparently uses its own MOUSE driver from within Windows 3.x).
  13.  
  14.     1.  If you don't have a PROGRAM GROUP for DOS applications then
  15.  
  16.     1.1.    Click "File" under the Program Manager window.
  17.     1.2.    Select "New".
  18.     1.3.    Select "Program Group".
  19.     1.4.    Click "OK".
  20.     1.5.    Enter a DESCRIPTION for this "Program Group"
  21.         (eg., "DOS Apps")
  22.     1.6.    Click "OK".
  23.  
  24.     2.  Click (activate) your "DOS Apps" window.
  25.     3.  Click "File" under the Program Manager window.
  26.     4.  Select "New".
  27.     5.  Select "Program Item".
  28.     6.  Click "OK".
  29.     7.  Enter the full pathname of VGACAD at the COMMAND LINE box and
  30.     include any Command Line processing option (if desired) as
  31.     discussed in the VGACAD Users manual.
  32.  
  33.     eg., If VGACAD.EXE and all its support files are located under
  34.          the \VGACAD directory in drive D: then enter
  35.  
  36.             "D:\VGACAD\VGACAD"
  37.  
  38.          at the COMMAND LINE box.
  39.  
  40.          If you wanted to include Command Line options of VGACAD
  41.          (eg., "VGACAD /R /Q /P /SL:100" then you would enter
  42.  
  43.             "D:\VGACAD\VGACAD /R /Q /P /SL:100"
  44.  
  45.          at the COMMAND LINE box.
  46.  
  47.     NOTE: You can also use the BROWSE function of this window to
  48.           select VGACAD instead of actually typing it in at the
  49.           COMMAND LINE box, albeit without any options.
  50.  
  51.     8.  If you wish, "Change Icon" - "DOS" icon is preferred.
  52.     9.  Click OK.
  53.  
  54.  
  55.    VESA IMPLEMENTATION
  56.  
  57.    The VGACAD IMGPRO module now supports the VESA (Video Electronics
  58.    Standards Association) application interface.  By selecting VESA (ie.,
  59.    card "18"), virtually all standard 256-color SVGA modes supported by
  60.    your card can be utilized and integrated withing VGACAD's IMGPRO
  61.    (SVGA image processing) module.  VESA mode support includes:
  62.  
  63.             640x400x256
  64.             640x480x256
  65.             800x600x256
  66.             1KBx768x256
  67.  
  68.    VESA support requires you to load a card-specific resident program
  69.    before VESA can be used.  The VESA configuration option will not be
  70.    displayed if the VESA driver is not loaded.  If you have already
  71.    configured the IMGPRO module for VESA and you forget to load the
  72.    VESA driver, then "VESA SVGA (missing)" will be displayed as your video
  73.    card and only the MCGA 320x200x256 will be made available.
  74.  
  75.    Under certain circumstances, VGACAD's IMGPRO module will reject a VESA
  76.    mode; it will not become available if it conflicts with "common" SVGA
  77.    implementation.  Any mode that requires two windows ("bank switching
  78.    methods") to read and write to video memory or uses a window other than
  79.    A000 hex will be rejected (eg., Trident 8900 1024x768x256 mode).
  80.  
  81.  
  82.  
  83.    COMPATIBILITY ISSUES
  84.  
  85. 1) Users with extended memory may have to disable "Shadow RAM".  Although
  86.    VGACAD is predominantly coded in assembly and C; QuickBasic (QB) 4.00b
  87.    is used as a shell and error-handler.  QB v4.00b HATES Shadow RAM for
  88.    some reason and locks-up (at least on our 386sx clone).  With AMI BIOS,
  89.    you can disable Shadow RAM by pressing <DEL> during boot and changing the
  90.    set-up; it is much wiser to have DOS 5.0's EMM286.EXE, 386MAX.SYS,
  91.    QEMM.SYS or WHATEVER.SYS to manage expanded and extended RAM anyway.
  92.  
  93.    With 2MB on board, we suggest you use 720KB for VDISK to emulate a fast
  94.    3.5" drive and allocate the rest as expanded memory.
  95.  
  96.    With 1MB systems, we suggest a 320KB RAMdisk (VDISK or RAMDISK) which
  97.    would match 640x480x256 screens (then decompress to 307200 bytes with
  98.    some space for support files) and leave 64KB for DOS 5.0's HIMEM.SYS to
  99.    relocate COMMAND.COM to the HMA (ie., DOS=HIGH).
  100.  
  101.    With DOS 5.0, using the DOS=UMB option is definitely a good idea, we have
  102.    tested it with no problems reported - pop as many TSRs up there !  VGACAP
  103.    works well in "upper memory".
  104.  
  105.    Users with third-party EMM.SYS drivers should be careful about mapping
  106.    the ROM BIOS to "high" RAM (i.e., Shadow RAM) or mapping extended/expanded
  107.    RAM to areas where there is no RAM (e.g., to use LOADHI); QB's runtime
  108.    module may not like it.  If it causes a problem, then we suggest that
  109.    you keep two versions of your CONFIG.SYS file; one with your usual set-up
  110.    and one with a set-up to run ALL our programs/utilities (preferably
  111.    with as much VDISK as possible).
  112.  
  113.    If your system still locks-up, do a 'naked boot' !  Rename AUTOEXEC.BAT
  114.    and CONFIG.SYS (e.g., to *.BAK) then reboot TO isolate the incompatible
  115.    TSR or SYS file.
  116.  
  117. 2) DOS 4.0 - Avoid using this "buggy" version of DOS; unexpected results have
  118.    been reported with file management and mouse intialization; use 4.01 !
  119.    NOTE: DOS 4.01's SHELL HAS BEEN REPORTED TO CONFLICT WITH VGACAD; AVOID
  120.    INSTALLING IT IF YOU HAVE PROBLEMS WITH VGACAD.
  121.  
  122.    USING VGACAD WITH DOS 2.0 AND BELOW WILL HAVE UNPREDICTABLE RESULTS !!!
  123.  
  124. 3) Fast Machines - Use VGACAD with the "/SL:n" option.  Certain menus zip
  125.    right through you. THIS AFFECTS ONLY THE SPRAY FUNCTION.  At DOS prompt
  126.    type "VGACAD /SL:1000"; a 2000 delay function and will be sufficient for
  127.    386's at 33MHz.  All other functions will require the release on mouse
  128.    button to proceed.
  129.  
  130. 4) Large/Fast Hard Disks or 'Hardware Cache' users have reported SEVERE
  131.    problems with IMGPRO functions involving the saving or loading of image
  132.    data have been reported.  This caused the infamamous "ERROR 5 at VDISK";
  133.    in other cases "blank" or "trashed" screens were saved to TEMP files.
  134.  
  135.    The "/SL:" option now triggers direct disk/video RAM to go through slower
  136.    but safer LOW memory buffers to avoid "mix-ups" with hardware caching.
  137.  
  138.    To trigger "cache-compatible" routines, ALWAYS use the "/SL:" option:
  139.  
  140.             eg.     VGACAD /SL:1000
  141.  
  142. 5) Terminate and Stay Resident Programs - Certain TSRs (e.g., screen blanker,
  143.    BIOS interceptor, BIOS accelerator) may cause the program to hang.  We
  144.    encourage getting a mouse; AVOID using the keyboard mouse emulator.  SYS
  145.    files in your CONFIG.SYS file generally behave like TSRs.
  146.  
  147. 6) Mouse and Keyboard - Systems that write an address for a mouse interrupt,
  148.    when no mouse exists, will cause VGACAD to 'hang'.  Run KEYME.COM then
  149.    run VGACAD with the "Force Keyboard" switch ("VGACAD /FK") if you don't
  150.    have a mouse and do not get the "USE KEYBOARD (Y/N)" prompt.
  151.  
  152.    Some optical mice (e.g. PC Mouse, Kraft, Quadram) are incompatible with
  153.    BIOS calls used in VGACAD.  If you have mouse problems - run the MOUSE.COM
  154.    file that comes with your mouse instead of MOUSE.SYS (DEVICE=MOUSE.SYS) in
  155.    your CONFIG.SYS file; if your mouse moves erratically then adjust mouse
  156.    parameters described in COMMAND LINE usage.  If your mouse "hangs" the
  157.    system, then use the "/FM" ("Force Mouse") option; it assumes your mouse
  158.    is initialized by some other program, which YOU MUST DO BEFORE RUNNING
  159.    VGACAD; make sure you have the text cursor OFF or use another graphics
  160.    program to initialize your peculiar mouse !
  161.  
  162.    WARNING: SINCE KEYME.COM IS A RESIDENT PROGRAM, THERE IS A HIGH
  163.             PROBABILITY THAT UNPREDICTABLE RESULTS CAN OCCUR; THIS
  164.             HAS BEEN REPORTED PARTICULARLY WHEN USING THE IMGPRO
  165.             MODULE FUNCTIONS.  WE HIGHLY SUGGEST USING A MOUSE !!!
  166.  
  167. 7) Some Trident DVGA users have reported palette read/write problems with
  168.    our Beta test versions.  This means that certain Trident-based VGA and
  169.    SVGA cards are BIOS-compatible at this level.  The "/P" option MUST NOT
  170.    be used to avoid palatte read/write problems:
  171.  
  172.                         "VGACAD /P" <ret>
  173.  
  174.    This is the same with old Orchid Designer VGA cards with old BIOS.  This
  175.    is a similar if not weirder problem experienced by users with old Orchid
  176.    Designer VGA cards.  Orchid Designer VGA users will need the resident
  177.    VGAFIX.COM program to be loaded PRIOR TO RUNNING VGACAD !
  178.  
  179. 8) Printing the manual on older versions of EPSON printers will not show the
  180.    extended ASCII character set used for illustrations; we highly recommend
  181.    using a Shareware program called IMPRINT (v1.5 or higher) to print the
  182.    manual; it does an EXCELLENT job of printing the manual with LETTER-
  183.    QUALITY output on "generic" 8-pin Epson/IBM compatible printers.
  184.  
  185.    A form feed character is appended to the end of every page; this was done
  186.    in consideration of Laser printers.  If this causes a problem on dot
  187.    matrix printers, use any ASCII editor to search and replace the ASC
  188.    character "12" or 0x0C (hex) if you have blank pages between each
  189.    printed page.
  190.  
  191. 9) GIF 89a support is implemented in the VSCRN (Virtual Screen) module only.
  192.    If GIF 89a files are accessed from the Files Menu, decoding is aborted.
  193.    Since VGACAD is a paint/image processing program not a decoder/viewer,
  194.    when a GIF 89a file is detected from the VSCRN Menu, the user is asked
  195.    whether or not the FIRST image of the GIF 89a file is to be decoded; all
  196.    extension blocks, including plain text rendering blocks, are skipped
  197.    until an 87a graphic image block is located and subsequently decoded.
  198.    If the image contains only "plain text" then an error will result -
  199.    "Could not create destination file!"
  200.  
  201.  
  202. If you have any compatibility questions leave E-Mail at CompuServe.
  203.  
  204.  
  205. Lawrence [73437,2372]
  206.  
  207.